home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Dev / Docu / Commanders (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-09  |  1.6 KB  |  37 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevCommanders
  25. DEFINITION DevCommanders;
  26.     PROCEDURE Deposit;
  27. END DevCommanders.
  28. A commander is a view which interprets and executes the command or command sequence written behind the commander. They only operate when embedded in texts.
  29. PROCEDURE Deposit
  30. Deposit command for commanders.
  31. TextControllers.StdCtrlDesc
  32. TextControllers.ControllerDesc
  33. Containers.ControllerDesc
  34. Controllers.ControllerDesc
  35. Helvetica
  36. Documents.ControllerDesc
  37.